| Package | Description |
|---|---|
| negotiator.boaframework | |
| negotiator.boaframework.repository |
| Modifier and Type | Method and Description |
|---|---|
ComponentsEnum |
BOAcomponent.getType() |
static ComponentsEnum |
ComponentsEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ComponentsEnum[] |
ComponentsEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
BOAcomponent(java.lang.String classname,
ComponentsEnum type)
Variant of the main constructor in which it is assumed that the component has no
parameters.
|
BOAcomponent(java.lang.String classname,
ComponentsEnum type,
java.util.ArrayList<BOAparameter> orgParam)
Variant of the main constructor in which it is assumed that the component has no
parameters.
|
BOAcomponent(java.lang.String classname,
ComponentsEnum type,
java.util.HashMap<java.lang.String,java.math.BigDecimal> strategyParam)
Creates a BOA component consisting of the classname of the components, the type,
and the parameters with which the component should be loaded.
|
| Modifier and Type | Method and Description |
|---|---|
ComponentsEnum |
BOArepItem.getType() |
| Constructor and Description |
|---|
BOArepItem(java.lang.String name,
java.lang.String classPath,
ComponentsEnum type) |